3.21.6
authorMatthias Clasen <mclasen@redhat.com>
Tue, 13 Sep 2016 04:25:15 +0000 (00:25 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 13 Sep 2016 09:34:55 +0000 (05:34 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 17b0bb308787e60063e01218d370fc5ace289005..7817f0315efdd48a62358ada3bcd698bcc27f875 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,54 @@
+Overview of Changes in GTK+ 3.21.6
+==================================
+
+* GtkScrolledWindow sizing behavior has been changed back to the
+  previous behavior, with new API to change it
+
+* Some GtkPopover size allocation problems have been fixed
+
+* Wayland:
+ - We require xdg-shell version 6 now
+
+* Bugs fixed:
+ 764979 Connect to server is unusable after cancelling a password dialog
+ 766569 Better size requisition for GTK_SCROLL_NATURAL children
+ 767391 cross-fade() not cross-fading
+ 769498 Scrollbars are broken
+ 770278 modernize example applications
+ 770508 Recent change in GtkTreeView::grab_focus_and_unset_draw_keyfocus()...
+ 770614 GtkScale in HighContrast theme with value = 0: WARNING: allocates ...
+ 770624 Fix typos
+ 770703 Fix crash when using page-down on GtkListBox
+ 770745 wayland: Warn when an application tries to map popup incorrectly
+ 770849 GtkLabel with padding brokenness
+ 770906 Wayland: Unmapping a toplevel from a menu/popup can lead to a prot...
+ 771033 GtkStatusIcon cannot show activate menu in VirtualBox since 3.21.2
+
+* Translation updates:
+ Brazilian Portuguese
+ British English
+ Czech
+ Danish
+ Finnish
+ French
+ Galician
+ German
+ Hebrew
+ Hungarian
+ Kazakh
+ Korean
+ Latvian
+ Lithuanian
+ Persian
+ Polish
+ Portuguese
+ Russian
+ Scottish Gaelic
+ Serbian
+ Slovak
+ Swedish
+
+
 Overview of Changes in GTK+ 3.21.5
 ==================================
 
index bd181a878f1f838cec0b4464c1f91e73d65541ef..1958afc4a5ae10ae8c406e89916ddee28f443f82 100644 (file)
@@ -10,7 +10,7 @@
 
 m4_define([gtk_major_version], [3])
 m4_define([gtk_minor_version], [21])
-m4_define([gtk_micro_version], [5])
+m4_define([gtk_micro_version], [6])
 m4_define([gtk_interface_age], [0])
 m4_define([gtk_binary_age],
           [m4_eval(100 * gtk_minor_version + gtk_micro_version)])